home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / alsa / cards / PS3.conf < prev    next >
Text File  |  2008-10-07  |  657b  |  47 lines

  1. #
  2. # Configuration for PS3
  3. #
  4.  
  5. <confdir:pcm/front.conf>
  6.  
  7. PS3.pcm.front.0 {
  8.     @args [ CARD ]
  9.     @args.CARD {
  10.         type string
  11.     }
  12.     type softvol
  13.     slave.pcm {
  14.         type hw
  15.         card $CARD
  16.         device 0
  17.     }
  18.     control {
  19.         name "PCM Playback Volume"
  20.         card $CARD
  21.     }
  22. }    
  23.  
  24. # default with dmix+softvol
  25. PS3.pcm.default {
  26.     @args [ CARD ]
  27.     @args.CARD {
  28.         type string
  29.     }
  30.     type asym
  31.     playback.pcm {
  32.         type plug
  33.         slave.pcm {
  34.             type softvol
  35.             slave.pcm {
  36.                 @func concat
  37.                                 #strings [ "dmix:CARD=" $CARD ]
  38.                                 strings [ "dmix:CARD=" $CARD ",FORMAT=S16" ]
  39.             }
  40.             control {
  41.                 name "PCM Playback Volume"
  42.                 card $CARD
  43.             }
  44.         }
  45.     }
  46. }
  47.